home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / ABERMUD.ZIP / INSTALL2.SH < prev    next >
Linux/UNIX/POSIX Shell Script  |  1989-07-08  |  405b  |  16 lines

  1. #!/bin/sh
  2. echo 'Compiling world maker'
  3. cc makeworld.c blib.c -o makeworld.util
  4. makeworld.util
  5. echo 'Game universe intialised'
  6. echo 'Compiling reset data compiler'
  7. cc ogen.c blib.o -o ogenerate
  8. ogenerate
  9. cp ob.out reset_data
  10. echo 'Reset data generated'
  11. echo 'Compiling uaf generator'
  12. cc makeuaf.c -o makeuaf
  13. makeuaf >uaf.rand
  14. echo 'Ok'
  15. echo 'Now set up a password for arthur the archwizard'
  16.